Syntax:
LTrim[$](S$)
Group: String
Description: Return the string with S$'s leading spaces removed.
Parameter Description
See Also: RTrim$( ), Trim$( ).
Example:
Sub Main Debug.Print ".";LTrim$(" x ");"." '".x ." End Sub